home *** CD-ROM | disk | FTP | other *** search
/ Family Forum 262 / SOMC Family Forum 262.iso / Xtras / Widget Wizard / -INSTRCT.DIR / Internal_6_Previous Button script.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  150 b   |  8 lines

  1. on mouseDown
  2.   if the memberNum of sprite the clickOn = the number of member "PrevDim" then
  3.     exit
  4.   else
  5.     doButtonHilite("goPrev")
  6.   end if
  7. end
  8.